home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00201_Script_201 < prev    next >
Text File  |  2001-04-13  |  142b  |  9 lines

  1. on exitFrame
  2.    set temp = the ticks
  3.   cursor 4
  4.   repeat while (temp + 300) > the ticks
  5.     nothing
  6.   end repeat
  7.   cursor 0
  8.   quit
  9. end